Click or drag to resize

EnhancedLocation Constructor (String, String)

Initializes a new instance of the EnhancedLocation class by using the supplied display name and calendar item note.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public EnhancedLocation(
	string displayName,
	string annotation
)

Parameters

displayName
Type: SystemString
The location display name.
annotation
Type: SystemString
The annotation on the location.
See Also